html,
body,
#content-main {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.clear {
    clear: both;
}

#main_menu .navbar-brand img {
    width: 50px;
}

.messages {
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.messages .alert {
    z-index: 2;
    width: 100%;
    opacity: 0.85;
}

.cursor-pointer {
    cursor: pointer;
}

#messages ul.messages {
    padding-left: 0;
}
/*.hbc-banner-wrapper{*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 500px;*/
/*}*/

.home-section,
.home-cards{
    margin-top: 20px;
}
.hbc-banner{
    background-image: url("/media/hbc_banner_opaque_40.jpg");
    background-repeat:no-repeat;
    background-position: center 70%;
    background-size: cover;
    height: 350px;
    width: 100%;
}
.environment-canada-weather iframe{
    padding-top: 13px;
}